home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem lemmings 3d demo
- cls
- echo.
- echo You will need to have 3072k EMS memory configured to run Lemmings 3d.
- echo You will need to ammend your config.sys file's emm386.sys command to
- echo. say emm386.sys 3072 Just thought you may appreciate this advice.
- echo.
- echo P.s. make sure you also have a mouse loaded.....
- echo.
- pause
- cd \
- cd lem3d
- setup
- l3d
- cd \
- pause
- cd menus
- a
-
-